submitted-dl-support
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Mon, 6 May 2024 20:34:15 +0000 (22:34 +0200)
committerAurelien Jarno <aurel32@debian.org>
Mon, 6 May 2024 20:34:15 +0000 (22:34 +0200)
commit754164afe12374425b07b6a3a5d486f283be1f30
tree3984a04414d7949b1ffc1f6aa3d2dbb118dc97b9
parent04dd15ef275291a7050d111a12ea26067d940c83
submitted-dl-support

older versions of glibc would build dl-sysdep as shared-only and dl-support as
static-only.  alpha hooks in a cache variable via dl-auxv.h.  newer versions of
glibc build dl-sysdep as both shared and static which means we now have symbol
duplication for static builds with dl-sysdep and dl-support.  since dl-sysdep
is both shared/static, there is no point in hooking dl-support anymore, so we
can punt it.

Gbp-Pq: Topic alpha
Gbp-Pq: Name submitted-dl-support.diff
sysdeps/unix/sysv/linux/alpha/dl-support.c [deleted file]